home *** CD-ROM | disk | FTP | other *** search
/ Mesolore / Mesolore - Disc 1.iso / pc / data / Buttons.cst / 00078_Script_78 < prev    next >
Text File  |  2001-04-13  |  152b  |  10 lines

  1. on exitFrame
  2.   repeat with x = 30 to 43
  3.     if rollover(x) then
  4.       roll x
  5.     else
  6.       unroll x
  7.     end if
  8.   end repeat
  9.   go the frame
  10. end